public static enum Bond.BondStereo extends java.lang.Enum<Bond.BondStereo>
Enum Constant and Description |
---|
STEREOANY |
STEREOCIS |
STEREOE |
STEREONONE |
STEREOTRANS |
STEREOZ |
Modifier and Type | Method and Description |
---|---|
static Bond.BondStereo |
swigToEnum(int swigValue) |
int |
swigValue() |
static Bond.BondStereo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Bond.BondStereo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bond.BondStereo STEREONONE
public static final Bond.BondStereo STEREOANY
public static final Bond.BondStereo STEREOZ
public static final Bond.BondStereo STEREOE
public static final Bond.BondStereo STEREOCIS
public static final Bond.BondStereo STEREOTRANS
public static Bond.BondStereo[] values()
for (Bond.BondStereo c : Bond.BondStereo.values()) System.out.println(c);
public static Bond.BondStereo valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static Bond.BondStereo swigToEnum(int swigValue)